-
Notifications
You must be signed in to change notification settings - Fork 619
[TOOL-3453] Dashboard: Fix NFT Metadata issues when adding media URLs instead of uploading #6288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6288 +/- ##
=======================================
Coverage 56.84% 56.84%
=======================================
Files 1168 1168
Lines 64789 64789
Branches 5259 5259
=======================================
Hits 36828 36828
Misses 27233 27233
Partials 728 728
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
… instead of uploading (#6288) =
1707c29 to
5d504e2
Compare
… instead of uploading (#6288) = <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the NFT metadata handling in the dashboard application, specifically renaming and refactoring properties related to custom images and animations, improving form handling, and enhancing user interface elements. ### Detailed summary - Updated documentation link in `next-env.d.ts`. - Changed `customImage` and `customAnimationUrl` to `image` and `animation_url` in multiple components. - Updated titles and headers for improved clarity in forms. - Enhanced form controls with better error handling and user feedback. - Adjusted layout and spacing in several components for better usability. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
5d504e2 to
ee95192
Compare

=
PR-Codex overview
This PR focuses on updating the NFT metadata handling in the dashboard application, including changes to form fields and validation, and improving the user interface for updating NFT metadata.
Detailed summary
customImageandcustomAnimationUrltoimageandanimation_urlin multiple components.